fix convertToWindowsNativeNameSpace bug
authorJoey Hess <id@joeyh.name>
Wed, 12 Feb 2025 04:37:40 +0000 (20:37 -0800)
committerJoey Hess <id@joeyh.name>
Wed, 12 Feb 2025 04:37:40 +0000 (20:37 -0800)
commit6653e000f0b061772812f9735e615979555b8d55
tree39c39bed431c8c62efa4fcd7db484a16c25dd66a
parenta149336a59fa8dc2dd82a3df4dc23c234e8d74f0
fix convertToWindowsNativeNameSpace bug

This fixes a test suite failure. The OsPath conversion made that be used
in more places, including addurl, which exposed an existing bug.
Utility/Path/Windows.hs